home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Briefcase / Source / BriefDoc.h < prev    next >
Text File  |  1995-06-12  |  491b  |  31 lines

  1. #import "MultDoc.h"
  2.  
  3. /* Version 0.9b        Apr-19-92        First Public Release    */
  4. /* Version 0.95        Apr-29-92        Multiple Save Types        */
  5. /* Version 1.0b        Aug-08-92        Minor Bug Fixes            */
  6.  
  7. @interface BriefDoc : MultDoc
  8. {
  9. }
  10.  
  11. /* Factory Creation Methods */
  12.  
  13. + initialize;
  14. + newFromFile:(const char *)file;
  15.  
  16. - setUpNib;
  17.  
  18. /* Public methods */
  19.  
  20. - addFiles:(char *)fileList;
  21.  
  22. /* Document name and file handling methods */
  23.  
  24. - save;
  25.  
  26. /* Text delegate methods */
  27.  
  28. - textDidGetKeys:sender isEmpty:(BOOL)flag;
  29.  
  30. @end
  31.